home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / boot tools / memdisplay / memdisplay.doc < prev    next >
Text File  |  1996-04-07  |  4KB  |  79 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *             MemDisplay (29-Jun-95) by Per-Olof Yliniemi               *
  4. *                                                                       *
  5. *               Copyright © 1995 - All Rights Reserved                  *
  6. *                                                                       *
  7. *************************************************************************
  8. *                                                                       *
  9. * DISCLAIMER: No responsibility can be taken on the part of the  author *
  10. *   for any  consequences  that may  occur  as a result  of using  this *
  11. *   program.  Every part of the  program has been  thoroughly tested to *
  12. *   to its specified limits and any  known specific  limitations of the *
  13. *   program are stated within this documentation.                       *
  14. *                                                                       *
  15. *************************************************************************
  16. *                                                                       *
  17. * COPYRIGHT: This program is  DISKWARE.  If you use it,  send me one or *
  18. *   more  disk(s)  with freely  distributable  programs (PD, Shareware, *
  19. *   Freeware, ???ware).  The program may be  freely distributed as long *
  20. *   as all files are distributed and unmodified.                        *
  21. *                                                                       *
  22. *   The  program  may  not be  sold for any profit  (a nominal  fee for *
  23. *   copying is accepted).                                               *
  24. *                                                                       *
  25. *   This program may not be used as a  part of any  commercial packages *
  26. *   without my permission.  The source code for this program may not be *
  27. *   reproduced by disassembling or reversing the development process in *
  28. *   any way.                                                            *
  29. *                                                                       *
  30. *************************************************************************
  31.  
  32.     Introduction:
  33.     ~~~~~~~~~~~~~
  34.     This little program is written for usage in the startup-sequence. It
  35.     tests all free memory (can be interrupted with RMB), and reports any
  36.     faults found in mem. The program only tells you that there are some
  37.     error in your memory. Use MemTest (another of my programs) to get the
  38.     exact address of the error.
  39.  
  40.     Inspired by the PC's little (noisy) memory "tester" that is inside
  41.     the BIOS. The PC doesn't check the memory, it just checks how much
  42.     memory is installed.
  43.  
  44.     Requirements/Usage:
  45.     ~~~~~~~~~~~~~~~~~~~
  46.     This program requires v37 (2.0) or above of the operating system.
  47.  
  48.     The program should only be started from CLI (startup-sequence),
  49.     preferrably as the first thing started after SetPatch and memory
  50.     adding commands. Once running, the program can be terminated using
  51.     RMB (if you don't have time to wait for its completion).
  52.  
  53.  
  54.     Bugs/Limitations:
  55.     ~~~~~~~~~~~~~~~~~
  56.     The program only tests memory that is added to the system (by autoconfig
  57.     or by Exec/AddMem() ), and it can only handle 97.6M memory for now.
  58.  
  59. ---------------------------------------------------------------------------
  60.  
  61.  All kinds of freely distributable programs (new software...) are accepted
  62.  as a contribution for this program. If you are a programmer, send me some
  63.  of your own code.
  64.  
  65.  Contributions and bug reports for this program should be sent to:
  66.  
  67.  
  68.                       Per-Olof Yliniemi
  69.                       Muoniovaara
  70.                       S-980 64 Muodoslompolo
  71.                       SWEDEN
  72.  
  73. Note:
  74.  If you want to have the source code for this program, and  maybe  use  it
  75.  in  your  own programs, send me some equivalent assembly language program
  76.  that YOU have written (about 450 lines of source, 1200 bytes exe).
  77.  
  78. ---------------------------------------------------------------------------
  79.